home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
c
/
jazlib.arc
/
JZINTWND.C
< prev
next >
Wrap
Text File
|
1986-01-18
|
217b
|
11 lines
jzintwnd( frow1,fcol1,frow2,fcol2,fattr )
int frow1,fcol1,frow2,fcol2,fattr;
{
extern _row1,_col1,_row2,_col2,_attr;
_row1 = frow1;
_col1 = fcol1;
_row2 = frow2;
_col2 = fcol2;
_attr = fattr;
}